home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / MISCELLA / PC_TCP.ZIP / PCTCP.INI < prev    next >
INI File  |  1993-06-25  |  2KB  |  44 lines

  1. ; Copyright (C) 1990,1991 by FTP Software, Inc.
  2. ;
  3. ; This software is furnished under a license and may be used and copied
  4. ; only in accordance with the terms of such license and with the
  5. ; inclusion of the above copyright notice. This software or any other
  6. ; copies thereof may not be provided or otherwise made available to any
  7. ; other person. No title to and ownership of the software is hereby
  8. ; transferred.
  9. ;
  10. ; The information in this software is subject to change without notice
  11. ; and should not be construed as a commitment by FTP Software, Inc.
  12. ;
  13. ;
  14. ; EDIT HISTORY:
  15. ; 05-Sep-90  msd@ayuda    Original author.
  16. ; 18-Apr-91  msd@ayuda    Updated for 2.05 pl 2 beta release.
  17. ;
  18.  
  19. ; FTP Software PC/TCP under Windows 3.0
  20.  
  21. [pctcp]
  22. errorLog=C:\PCTCPERR.LOG
  23.         ; Full pathname of the logging file for DLL errors which
  24.         ; cannot be reported directly to the user.  Comment this
  25.         ; entry out if you wish to disable such logging.
  26.  
  27. msgType=9669
  28.         ; Message number used by the DLL to notify a client task
  29.         ; of network events ('net_asynchw').  This number must
  30.         ; be unique amongst all applications on your system.  It
  31.         ; should be in the WM_USER range defined by Microsoft.
  32.  
  33. maxTasks=40
  34.         ; Maximum number of tasks (distinct, active entities
  35.         ; registered with "net_taskInit").  By default, this is
  36.         ; assumed to be the number of NDs the kernel will allow
  37.         ; (on the order of 40).
  38.  
  39. postStkSize=5120
  40.         ; Maximum size of the 'upcall' posting stack (in bytes).
  41.         ; Default is the recommended minimum for Windows task
  42.         ; stacks.  May be increased if DLL-type users of PC/TCP
  43.         ; require deeper stack nesting.
  44.